forked from coinbase/coinbase-wallet-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Bump node-fetch from 2.6.6 to 2.6.7 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.6...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Stonefox36
pushed a commit
that referenced
this pull request
Sep 6, 2025
* first commit * ios example app scaffolding * README * Update README.md * pod * integrate pod * Create .codeflow.yml * remove example on pod * cleanup * cleanup * handshake * handshake request encoder / response handler * ios proof of concept * Update README.md * reorg * host example app * build settings * cleanup * request message renderer * url rendering * isCoinbaseWalletInstalled * refactor * key manager * url codable / task manager pod * make request * reintroduce message renderer * dedup Message with custom coding * response handler * key storage * hmmmmm * key storage / no error throwing during init * add domain to key storage * response handling / error handling * distinguish request/response types * access control * initial request * host example app * host * handle encrypted response * simplify symkey generation flow * rename Update README.md Update README.md * update path * ios 12 support * make RawRepresentableKey public * clean up cryptography * RawRepresentableKey * make initialzier public * ugh * Update README.md * Update README.md * Update README.md * sample host app * reorg * Merge remote-tracking branch 'native/master' # Conflicts: # .gitignore # Conflicts: # native/ios/CoinbaseWalletSDK.swift # native/ios/Message/Message.swift # native/ios/Message/Request/EncryptedRequestContent.swift # native/ios/Message/Request/Request.swift # native/ios/Message/Request/RequestMessage.swift # native/ios/Message/Response/EncryptedResponseContent.swift # native/ios/Message/Response/ResponseMessage.swift # native/ios/Task/TaskManager.swift * Merge branch 'master' of github.com:coinbase/coinbase-wallet-sdk # Conflicts: # .github/workflows/codeql-analysis.yml # .github/workflows/main.yml # .github/workflows/versioning.yml # .gitignore # README.md # host/ios/LICENSE # packages/wallet-sdk/.eslintignore # packages/wallet-sdk/.eslintrc.js # packages/wallet-sdk/.prettierignore # packages/wallet-sdk/.prettierrc.yml # packages/wallet-sdk/LICENSE # packages/wallet-sdk/__tests__/addressStorage.test.js # packages/wallet-sdk/__tests__/encryptDecrypt.test.js # packages/wallet-sdk/assets/coinbase_wallet_logo_kit.zip # packages/wallet-sdk/babel.config.js # packages/wallet-sdk/compile-assets.js # packages/wallet-sdk/jest.config.ts # packages/wallet-sdk/jest.setup.ts # packages/wallet-sdk/karma.conf.js # packages/wallet-sdk/package.json # packages/wallet-sdk/scripts/release.sh # packages/wallet-sdk/src/CoinbaseWalletSDK.test.ts # packages/wallet-sdk/src/CoinbaseWalletSDK.ts # packages/wallet-sdk/src/__mocks__/provider.ts # packages/wallet-sdk/src/__mocks__/relay.ts # packages/wallet-sdk/src/assets/wallet-logo.ts # packages/wallet-sdk/src/components/LinkFlow.test.tsx # packages/wallet-sdk/src/components/LinkFlow.tsx # packages/wallet-sdk/src/components/QRCode.tsx # packages/wallet-sdk/src/components/Snackbar.scss # packages/wallet-sdk/src/components/Snackbar.test.tsx # packages/wallet-sdk/src/components/Snackbar.tsx # packages/wallet-sdk/src/components/SnackbarContainer.test.tsx # packages/wallet-sdk/src/components/Spinner.scss # packages/wallet-sdk/src/components/Spinner.test.tsx # packages/wallet-sdk/src/components/Spinner.tsx # packages/wallet-sdk/src/components/TryExtensionLinkDialog.scss # packages/wallet-sdk/src/components/TryExtensionLinkDialog.test.tsx # packages/wallet-sdk/src/components/TryExtensionLinkDialog.tsx # packages/wallet-sdk/src/components/icons/QRLogo.ts # packages/wallet-sdk/src/components/icons/globe-icon.svg # packages/wallet-sdk/src/components/icons/link-icon.svg # packages/wallet-sdk/src/components/icons/lock-icon.svg # packages/wallet-sdk/src/connection/ClientMessage.ts # packages/wallet-sdk/src/connection/DiagnosticLogger.test.ts # packages/wallet-sdk/src/connection/DiagnosticLogger.ts # packages/wallet-sdk/src/connection/EventListener.ts # packages/wallet-sdk/src/connection/RxWebSocket.test.ts # packages/wallet-sdk/src/connection/RxWebSocket.ts # packages/wallet-sdk/src/connection/ServerMessage.ts # packages/wallet-sdk/src/connection/SessionConfig.ts # packages/wallet-sdk/src/connection/WalletSDKConnection.ts # packages/wallet-sdk/src/fixtures/provider.ts # packages/wallet-sdk/src/index.ts # packages/wallet-sdk/src/lib/ScopedLocalStorage.test.ts # packages/wallet-sdk/src/lib/ScopedLocalStorage.ts # packages/wallet-sdk/src/lib/cssReset.scss # packages/wallet-sdk/src/lib/cssReset.ts # packages/wallet-sdk/src/provider/CoinbaseWalletProvider.test.ts # packages/wallet-sdk/src/provider/CoinbaseWalletProvider.ts # packages/wallet-sdk/src/provider/FilterPolyfill.ts # packages/wallet-sdk/src/provider/JSONRPC.ts # packages/wallet-sdk/src/provider/SubscriptionManager.ts # packages/wallet-sdk/src/provider/WalletSDKUI.test.ts # packages/wallet-sdk/src/provider/WalletSDKUI.ts # packages/wallet-sdk/src/provider/WalletUI.ts # packages/wallet-sdk/src/provider/WalletUIError.ts # packages/wallet-sdk/src/provider/Web3Provider.ts # packages/wallet-sdk/src/relay/EthereumTransactionParams.ts # packages/wallet-sdk/src/relay/RelayMessage.ts # packages/wallet-sdk/src/relay/Session.ts # packages/wallet-sdk/src/relay/WalletSDKRelay.ts # packages/wallet-sdk/src/relay/WalletSDKRelayAbstract.ts # packages/wallet-sdk/src/relay/WalletSDKRelayEventManager.test.ts # packages/wallet-sdk/src/relay/WalletSDKRelayEventManager.ts # packages/wallet-sdk/src/relay/Web3Method.ts # packages/wallet-sdk/src/relay/Web3Request.ts # packages/wallet-sdk/src/relay/Web3RequestCanceledMessage.ts # packages/wallet-sdk/src/relay/Web3RequestMessage.ts # packages/wallet-sdk/src/relay/Web3Response.ts # packages/wallet-sdk/src/relay/Web3ResponseMessage.ts # packages/wallet-sdk/src/relay/aes256gcm.test.ts # packages/wallet-sdk/src/relay/aes256gcm.ts # packages/wallet-sdk/src/types.ts # packages/wallet-sdk/src/util.test.ts # packages/wallet-sdk/src/util.ts # packages/wallet-sdk/src/vendor-js/eth-eip712-util/LICENSE # packages/wallet-sdk/src/vendor-js/eth-eip712-util/abi.js # packages/wallet-sdk/src/vendor-js/eth-eip712-util/index.d.ts # packages/wallet-sdk/src/vendor-js/eth-eip712-util/index.js # packages/wallet-sdk/src/vendor-js/eth-eip712-util/util.js # packages/wallet-sdk/src/vendor-js/qrcode-svg/LICENSE # packages/wallet-sdk/src/vendor-js/qrcode-svg/index.d.ts # packages/wallet-sdk/src/vendor-js/qrcode-svg/index.js # packages/wallet-sdk/src/version.ts # packages/wallet-sdk/tsconfig.build.json # packages/wallet-sdk/tsconfig.json # packages/wallet-sdk/webpack.config.js # packages/wallet-sdk/yarn.lock # src/vendor-js/qrcode-svg/LICENSE * move under packages * readme * sample ios client app * pod settings * add `optional` filed to `Action` * update example app * Merge branch 'walletsegue' of github.com:coinbase/coinbase-wallet-sdk into walletsegue * define ReturnType * Update README.md Update README.md * introduce Web3JSONRPC helper * nested params * access control * # This is a combination of 2 commits. # This is the 1st commit message: access control # This is the commit message #2: Revert "access control" This reverts commit c8ea3da. * remove public initializers access control # This is the commit message #2: Revert "access control" This reverts commit c8ea3da. # This is the commit message #3: remove public initializers * use JSONSerialization to simplify Web3JSONRPC encoding * singleton * clean up error type * host example * ios example app * example app * add timestamp to message * allow custom scheme / keystorage error message * keystorageerror * sampel ios app * response handler * swizzle * update request on sample app * cleanup keymanager implementation * remove codeflow config * remove old files * gitignore * cleanup * rename * missing changes * sample app name * update podspec * author
Stonefox36
pushed a commit
that referenced
this pull request
Sep 6, 2025
* first commit * ios example app scaffolding * README * Update README.md * pod * integrate pod * Create .codeflow.yml * remove example on pod * cleanup * cleanup * handshake * handshake request encoder / response handler * ios proof of concept * Update README.md * reorg * host example app * build settings * cleanup * request message renderer * url rendering * isCoinbaseWalletInstalled * refactor * key manager * url codable / task manager pod * make request * reintroduce message renderer * dedup Message with custom coding * response handler * key storage * hmmmmm * key storage / no error throwing during init * add domain to key storage * response handling / error handling * distinguish request/response types * access control * initial request * host example app * host * handle encrypted response * simplify symkey generation flow * rename Update README.md Update README.md * update path * ios 12 support * make RawRepresentableKey public * clean up cryptography * RawRepresentableKey * make initialzier public * ugh * hmmmmm * Add prototype client app and client sdk (#3) * refactor associated value structure * TaskManager * Update README.md * Update README.md * Update README.md * add field name for encruypted data * sample host app * reorg * move under packages * readme * sample ios client app * pod settings * add `optional` filed to `Action` * Update README.md * update example app * define ReturnType * Update README.md Update README.md * Add actions to handshake function * Update return value * introduce Web3JSONRPC helper * nested params * access control * # This is a combination of 2 commits. # This is the 1st commit message: access control # This is the commit message #2: Revert "access control" This reverts commit c8ea3da. * remove public initializers access control # This is the commit message #2: Revert "access control" This reverts commit c8ea3da. # This is the commit message #3: remove public initializers * use JSONSerialization to simplify Web3JSONRPC encoding * singleton * clean up error type * host example * Creates WalletSDK Android Demo application (coinbase#587) * Configures view and client side processing to integrate with the coinbase wallet. Co-authored-by: Amit Goel <[email protected]> * ios example app * example app * Refactor encryption/decryption serializers * Downgrade gradle version * add timestamp to message * allow custom scheme / keystorage error message * keystorageerror * resolve missing imports * ios example app * Add web3 methods * sampel ios app * response handler * swizzle * update request on sample app * cleanup keymanager implementation * Update json decoding/encoding * Update Demo App to support RemoveAccount * small UI changes * displays appropriate CTA's on connected state * fix send and sign transaction mapping to WEB3 string * Reverted sharedpref `apply()` back to `commit()` * Make java interop nicer Co-authored-by: Jungho Bang <[email protected]> Co-authored-by: Amit Goel <[email protected]> Co-authored-by: Amit Goel <[email protected]>
Stonefox36
pushed a commit
that referenced
this pull request
Sep 6, 2025
* define codeflow job commit 74d75fdcf3f891cbe55403efb1136fed5c89947f Merge: 53cedd28 e5b80fb3 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:18:56 2023 -0800 Merge pull request #4 from wallet/jungho/asdfasdfasdf shared commit e5b80fb308e7176fcf8cc4a297e477cb5521184a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:15:45 2023 -0800 shared commit 53cedd285560a2ed2e74ed173aaa9b1b3301e0ae Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:05:36 2023 -0800 fix (#3) * no slack error * config file * ugh commit 864ddc9d3b23f2ae3435226c6357c459e9331e42 Merge: a9f34b3d 85813135 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:18:44 2023 -0800 Merge pull request #2 from wallet/jungho/codeflow-build ls commit 85813135cdba5d477f03fac3acc7cf521dcf2b06 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:39 2023 -0800 sadfasdfadf commit dbaea5013c4e1d8a1f0b3ec29c97e32ff21b8b1a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:20 2023 -0800 asdfasdf commit 384ab2e54a04d2b33c94aea3558342b8e59f18af Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:02:45 2023 -0800 WORKDIR /sdk commit 64dc76525124ddba8ad714965861b54ffc990996 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:58:12 2023 -0800 workdir /sdk commit 70dd5982f4f7fc4a7dc813355c2d4eb61b57b8a7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:57:46 2023 -0800 udpate copy path commit 3d686cf8335f40e200b138fc0666f2d7bbc689ad Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:48:38 2023 -0800 ls commit a9f34b3d833e7236697ff40229d32590c041a506 Merge: 40d9197 f2e819b7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:40:59 2023 -0800 Merge pull request #1 from wallet/jungho/codeflow codeflow commit f2e819b73cb68b9ef9909dd5835845fb2a4a314e Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:32:41 2023 -0800 cbhq commit a9116b3dc0afb2ecb6fd322032dca591c0c63ba9 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:29:08 2023 -0800 rename it as cbhq/wallet-sdk commit 74ccade Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:13:24 2023 -0800 update version only commit 58a325c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:06:08 2023 -0800 run on the wallet-sdk dir commit d335560 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:54:43 2023 -0800 update name as well commit 529c0a2 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:46:52 2023 -0800 cleanup commit bdac83c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:41:13 2023 -0800 update release.sh to take `canary` # Conflicts: # scripts/release.sh commit 3ec1110 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:17:42 2023 -0800 cleanup commit 091bcb5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:06:05 2023 -0800 add canary option to release.sh commit 5c74bd5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 10:40:49 2023 -0800 cleanup commit 6269c0c Author: Jungho Bang <[email protected]> Date: Fri Nov 17 15:28:25 2023 -0800 codeflow job (#2) Update README.md update dockerfile autobuild: true WORKDIR /packages/wallet-sdk COPY . . asdfasdfasdfadfsa asdfafwa qwerR2DCewae XC tsconfig module NodeNext tsconfig path SVG issue publish? asdfsd a WORKDIR / 이거일듯 시발 * hmmm * no slack channel stuff
Stonefox36
pushed a commit
that referenced
this pull request
Sep 6, 2025
commit b57482fc651d8441ee942192d0238d34637823cb Author: Jungho Bang <[email protected]> Date: Fri Dec 8 15:18:29 2023 -0500 use 3.9.1 on the test app (coinbase#1097) commit c7cd33e0c1a0a98f6b81119f29af6d7fce43d445 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri Dec 8 11:54:28 2023 -0800 v3.9.1 (coinbase#1095) Co-authored-by: bangtoven <[email protected]> commit d898a4d5da19a1c9f21e66b9eeb0caa088ebf9b6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri Dec 8 11:53:25 2023 -0800 Bump @adobe/css-tools from 4.3.1 to 4.3.2 (coinbase#1088) Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit e33a7414ec2b759ead01cb1432cf351640c642e1 Author: Jungho Bang <[email protected]> Date: Fri Dec 8 14:52:47 2023 -0500 Clean up SVG files (coinbase#1096) * remove copyright * optimize icon importing * no svg -> ts conversion * remove unnecessary logo file commit 92eba409d1ecc4a6150f8ca93d541ee44218d86c Author: Jungho Bang <[email protected]> Date: Fri Dec 8 12:31:18 2023 -0500 Optimize compile-assets.js (coinbase#1094) * remove copyright * optimize compile asset commit 11a44ba2f7e85be8299f202f6189d4965599683e Author: Felix Zhang <[email protected]> Date: Fri Dec 1 21:52:40 2023 -0800 use 3.9.0 (coinbase#1089) commit f5f1151e06904d436345554685bd634524089bae Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri Nov 24 11:14:38 2023 -0800 v3.9.0 (coinbase#1085) Co-authored-by: fan-zhang-sv <[email protected]> commit 6eada1eb870956b92d22f0ab832d6e4bfd803395 Author: Jungho Bang <[email protected]> Date: Fri Nov 24 14:14:07 2023 -0500 Move eth-sig-util dependency into testapp (coinbase#1082) commit 33482564f038b7fea72ddaabeba617d094c81de2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue Nov 21 16:54:56 2023 -0800 v3.9.0-canary.6 (coinbase#1080) Co-authored-by: fan-zhang-sv <[email protected]> commit d962bdb142d292cedf4bf087fdff0b413da55837 Author: Felix Zhang <[email protected]> Date: Tue Nov 21 16:36:39 2023 -0800 Misc update (coinbase#1079) * web3Methods * childRequestEthereumAccounts * save sdk version in localstorage commit 8d6c32c72f945e04e4cc71ef423df9e2348db8ea Author: Jungho Bang <[email protected]> Date: Mon Nov 20 18:32:03 2023 -0500 Define codeflow job (coinbase#1075) * define codeflow job commit 74d75fdcf3f891cbe55403efb1136fed5c89947f Merge: 53cedd28 e5b80fb3 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:18:56 2023 -0800 Merge pull request #4 from wallet/jungho/asdfasdfasdf shared commit e5b80fb308e7176fcf8cc4a297e477cb5521184a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:15:45 2023 -0800 shared commit 53cedd285560a2ed2e74ed173aaa9b1b3301e0ae Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:05:36 2023 -0800 fix (#3) * no slack error * config file * ugh commit 864ddc9d3b23f2ae3435226c6357c459e9331e42 Merge: a9f34b3d 85813135 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:18:44 2023 -0800 Merge pull request #2 from wallet/jungho/codeflow-build ls commit 85813135cdba5d477f03fac3acc7cf521dcf2b06 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:39 2023 -0800 sadfasdfadf commit dbaea5013c4e1d8a1f0b3ec29c97e32ff21b8b1a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:20 2023 -0800 asdfasdf commit 384ab2e54a04d2b33c94aea3558342b8e59f18af Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:02:45 2023 -0800 WORKDIR /sdk commit 64dc76525124ddba8ad714965861b54ffc990996 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:58:12 2023 -0800 workdir /sdk commit 70dd5982f4f7fc4a7dc813355c2d4eb61b57b8a7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:57:46 2023 -0800 udpate copy path commit 3d686cf8335f40e200b138fc0666f2d7bbc689ad Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:48:38 2023 -0800 ls commit a9f34b3d833e7236697ff40229d32590c041a506 Merge: 21788de f2e819b7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:40:59 2023 -0800 Merge pull request #1 from wallet/jungho/codeflow codeflow commit f2e819b73cb68b9ef9909dd5835845fb2a4a314e Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:32:41 2023 -0800 cbhq commit a9116b3dc0afb2ecb6fd322032dca591c0c63ba9 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:29:08 2023 -0800 rename it as cbhq/wallet-sdk commit 74ccade Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:13:24 2023 -0800 update version only commit 58a325c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:06:08 2023 -0800 run on the wallet-sdk dir commit d335560 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:54:43 2023 -0800 update name as well commit 529c0a2 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:46:52 2023 -0800 cleanup commit bdac83c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:41:13 2023 -0800 update release.sh to take `canary` # Conflicts: # scripts/release.sh commit 3ec1110 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:17:42 2023 -0800 cleanup commit 091bcb5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:06:05 2023 -0800 add canary option to release.sh commit 5c74bd5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 10:40:49 2023 -0800 cleanup commit 6269c0c Author: Jungho Bang <[email protected]> Date: Fri Nov 17 15:28:25 2023 -0800 codeflow job (#2) Update README.md update dockerfile autobuild: true WORKDIR /packages/wallet-sdk COPY . . asdfasdfasdfadfsa asdfafwa qwerR2DCewae XC tsconfig module NodeNext tsconfig path SVG issue publish? asdfsd a WORKDIR / 이거일듯 시발 * hmmm * no slack channel stuff commit 94dc46c1c7a8e268368bed9c9bc2c7c9eac3a2d3 Author: Jungho Bang <[email protected]> Date: Wed Dec 20 13:04:45 2023 -0800 some updates (#9) * enable SCW by default (#7) * pass app name commit d6ce8229c58a0550d2193190895d8c7145265630 Merge: a9e83d9e 0741d9b2 Author: Jungho Bang <[email protected]> Date: Tue Nov 21 11:08:47 2023 -0800 Merge pull request #6 from wilson-cusack/wilson/fix-send-request fix connecting and sending request commit 0741d9b209f81a282db0ea48e37d679b163d749a Author: Wilson Cusack <[email protected]> Date: Tue Nov 21 12:41:13 2023 -0600 fix connecting and sending request commit a9e83d9e499dd49773cc67ec1e7045e87ee5b181 Merge: 74d75fdc 66c274aa Author: Jungho Bang <[email protected]> Date: Mon Nov 20 17:10:45 2023 -0800 Merge pull request #5 from wallet/jungho/apply-scw-stuff Groundwork for SCW support commit 66c274aa4b6235e9a9c3f0b715e1abeeb856d62f Author: Jungho Bang <[email protected]> Date: Mon Nov 20 17:08:20 2023 -0800 cleanup commit cec705f029c021f5f4f7904200af585f6891c2f4 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 16:50:10 2023 -0800 update test app commit 55405690c64664482479cf0da6c69bb462cd6a75 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 16:45:29 2023 -0800 comment commit 40ba12f1794ec93cfce3b0160e91da99dac032fd Author: Jungho Bang <[email protected]> Date: Mon Nov 20 16:43:15 2023 -0800 enable chameleon by default. option to make it exclusive. commit 806895f2db5af426438e52b17ed5bb836dac74d8 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 16:22:40 2023 -0800 reset test app commit 50e4e6f535107e4cf10384ba5c94ea1fc70c0cf5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 16:21:06 2023 -0800 update commit c9fc7c6cdd17454524ed4ae59de971a676780e29 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 15:39:11 2023 -0800 path commit bdd7f69b9c80c8cb6bfb1fb9a8ba1a8efb143771 Author: Jungho Bang <[email protected]> Date: Thu Nov 16 11:47:59 2023 -0800 scw WIP ui stuff? SCWRelay don’t lose it tlqkf ok sendRequest hide extension upsell if props.enableSignInWithCoinbase enableMobileWalletLink commit 74d75fdcf3f891cbe55403efb1136fed5c89947f Merge: 53cedd28 e5b80fb3 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:18:56 2023 -0800 Merge pull request #4 from wallet/jungho/asdfasdfasdf shared commit e5b80fb308e7176fcf8cc4a297e477cb5521184a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:15:45 2023 -0800 shared commit 53cedd285560a2ed2e74ed173aaa9b1b3301e0ae Author: Jungho Bang <[email protected]> Date: Mon Nov 20 14:05:36 2023 -0800 fix (#3) * no slack error * config file * ugh commit 864ddc9d3b23f2ae3435226c6357c459e9331e42 Merge: a9f34b3d 85813135 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:18:44 2023 -0800 Merge pull request #2 from wallet/jungho/codeflow-build ls commit 85813135cdba5d477f03fac3acc7cf521dcf2b06 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:39 2023 -0800 sadfasdfadf commit dbaea5013c4e1d8a1f0b3ec29c97e32ff21b8b1a Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:17:20 2023 -0800 asdfasdf commit 384ab2e54a04d2b33c94aea3558342b8e59f18af Author: Jungho Bang <[email protected]> Date: Mon Nov 20 13:02:45 2023 -0800 WORKDIR /sdk commit 64dc76525124ddba8ad714965861b54ffc990996 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:58:12 2023 -0800 workdir /sdk commit 70dd5982f4f7fc4a7dc813355c2d4eb61b57b8a7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:57:46 2023 -0800 udpate copy path commit 3d686cf8335f40e200b138fc0666f2d7bbc689ad Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:48:38 2023 -0800 ls commit a9f34b3d833e7236697ff40229d32590c041a506 Merge: 21788de f2e819b7 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:40:59 2023 -0800 Merge pull request #1 from wallet/jungho/codeflow codeflow commit f2e819b73cb68b9ef9909dd5835845fb2a4a314e Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:32:41 2023 -0800 cbhq commit a9116b3dc0afb2ecb6fd322032dca591c0c63ba9 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:29:08 2023 -0800 rename it as cbhq/wallet-sdk commit 74ccade Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:13:24 2023 -0800 update version only commit 58a325c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 12:06:08 2023 -0800 run on the wallet-sdk dir commit d335560 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:54:43 2023 -0800 update name as well commit 529c0a2 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:46:52 2023 -0800 cleanup commit bdac83c Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:41:13 2023 -0800 update release.sh to take `canary` # Conflicts: # scripts/release.sh commit 3ec1110 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:17:42 2023 -0800 cleanup commit 091bcb5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 11:06:05 2023 -0800 add canary option to release.sh commit 5c74bd5 Author: Jungho Bang <[email protected]> Date: Mon Nov 20 10:40:49 2023 -0800 cleanup commit 6269c0c Author: Jungho Bang <[email protected]> Date: Fri Nov 17 15:28:25 2023 -0800 codeflow job (#2) Update README.md update dockerfile autobuild: true WORKDIR /packages/wallet-sdk COPY . . asdfasdfasdfadfsa asdfafwa qwerR2DCewae XC tsconfig module NodeNext tsconfig path SVG issue publish? asdfsd a WORKDIR / 이거일듯 시발
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps node-fetch from 2.6.6 to 2.6.7.
Release notes
Sourced from node-fetch's releases.
Commits
1ef4b56backport of #1449 (#1453)8fe5c4e2.x: Specify encoding as an optional peer dependency in package.json (#1310)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.